home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / game / role / HammyTown.lha / 13.room < prev    next >
Text File  |  1997-08-20  |  1KB  |  60 lines

  1. /*
  2. /* Room script for GRAAL - Room 13.
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 3;1
  8.  
  9. /* SECTION: section_no
  10. /*
  11. SECTION: 1
  12.  
  13. /* BG_IFF: file
  14. /*
  15. BG_IFF: 13BG.iff
  16.  
  17. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  18. /*
  19. START_POS: 1;11;313;105;R;1
  20. START_POS: 2;14;7;102;L;1
  21.  
  22.  
  23. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  24. /*
  25. FLOOR: 1;0;58;319;118;1-1
  26.  
  27. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;{more_points} (This statement is optional)
  28.  
  29. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  30. /* 1 -> Village, 2->Airfield, 3-> Garage.
  31. EXIT: 1;289;62;319;118;311;108;Village
  32. EXIT: 2;0;56;30;118;8;109;Airfield
  33.  
  34. /* CLPART: file (This statement is optional)
  35.  
  36. /* ROOMBOBS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  37.  
  38. /* STATIC: bob;image;x;y (This statement is optional)
  39.  
  40. /* ANIM: bob;image;anim_ch;anim;x;y (This statement is optional)
  41.  
  42. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  43.  
  44. /* DACT: {cond|comm}
  45. /*
  46. DACT: TRACK MUSIC.07.MOD,LOOP,NOFILTER;LIGHTS ON
  47. DACT: IFRF 1=0;SAY I wonder how this screen was created?!;SETRF 1=1;EXIT
  48.  
  49.  
  50. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  51.  
  52. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  53.  
  54. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  55.  
  56. ACTION: 0;IFOBJ 1;MEXIT;GOTO 8,4
  57. ACTION: 0;IFOBJ 2;MEXIT;GOTO 14,1
  58.  
  59. /* Comment!
  60.